home *** CD-ROM | disk | FTP | other *** search
/ Aminet 50 / Aminet 50 (2002)(GTI - Schatztruhe)[!][Aug 2002].iso / Aminet / text / edit / tecoc-146.lha / makefile.ami < prev    next >
Makefile  |  1991-07-11  |  8KB  |  178 lines

  1. #
  2. #  This makefile correctly builds TECOC on a Commodore Amiga with AmigaDOS
  3. #  version 1.3, and SAS Institute C version 5.10.  To use this file, type
  4. #
  5. #    lmk -f makefile.ami
  6. #
  7. #  Note: file tecoc.lnk is needed for this file to work.
  8. #
  9.  
  10. CC=lc
  11.  
  12. #
  13. # use for production runs:
  14. #
  15. #CFLAGS= -O -cu
  16. #LFLAGS= nodebug smallcode smalldata
  17. #
  18. # use for debugging runs:
  19. #
  20. CFLAGS= -d3 -cu
  21. LFLAGS= verbose
  22.  
  23. #
  24. # Objects to link to build tecoc
  25. #
  26.  
  27. OFILES=    baksrc.o bldstr.o clenup.o cmatch.o docjr.o doeves.o doflag.o \
  28.     echoit.o err.o exea.o exeats.o exeb.o exebar.o exebsl.o exec.o \
  29.     execcc.o execln.o execom.o execrt.o execst.o execta.o exectc.o \
  30.     exectd.o execte.o execti.o exectl.o exectn.o execto.o exectp.o \
  31.     exectq.o exectr.o exects.o exectt.o exectu.o exectv.o exectw.o \
  32.     exectx.o execty.o exectz.o exed.o exedgt.o exedot.o exedqu.o \
  33.     exee.o exeequ.o exeesc.o exeexc.o exeey.o exef.o exefb.o exeg.o \
  34.     exegtr.o exeh.o exei.o exeill.o exej.o exek.o exel.o exelbr.o \
  35.     exelst.o exem.o exen.o exenul.o exenyi.o exeo.o exeopr.o exep.o \
  36.     exeprc.o exepw.o exeq.o exeqes.o exer.o exerbr.o exertp.o exes.o \
  37.     exescl.o exet.o exeu.o exeund.o exeusc.o exev.o exew.o exex.o \
  38.     exey.o exez.o findes.o findqr.o flowec.o flowee.o flowel.o \
  39.     getara.o getnma.o inccbp.o init.o insstr.o isradx.o ln2chr.o \
  40.     makdbf.o makrom.o popmac.o pshmac.o pushex.o rdline.o rdpage.o \
  41.     readcs.o replac.o search.o singlp.o skpcmd.o srclop.o sserch.o \
  42.     tabort.o typbuf.o typest.o uminus.o wrpage.o zfrsrc.o zamiga.o \
  43.     tecoc.o
  44. tecoc:  $(OFILES)
  45.     blink with tecoc.lnk $(LFLAGS)
  46.  
  47. # delete objects and executable
  48. #
  49.  
  50. clean:
  51.     delete \#?.o tecoc
  52. #
  53. # object <- source dependencies
  54. #
  55.  
  56. tecoc.o: tecoc.c zport.h tecoc.h deferr.h dchars.h chmacs.h
  57. baksrc.o: baksrc.c zport.h tecoc.h defext.h dchars.h chmacs.h deferr.h
  58. bldstr.o: bldstr.c zport.h tecoc.h defext.h deferr.h dchars.h chmacs.h
  59. clenup.o: clenup.c zport.h tecoc.h defext.h
  60. cmatch.o: cmatch.c zport.h tecoc.h defext.h dchars.h chmacs.h deferr.h
  61. docjr.o: docjr.c zport.h tecoc.h defext.h deferr.h
  62. doeves.o: doeves.c zport.h tecoc.h defext.h dchars.h
  63. doflag.o: doflag.c zport.h tecoc.h defext.h
  64. echoit.o: echoit.c zport.h tecoc.h defext.h dchars.h
  65. err.o: err.c zport.h tecoc.h defext.h deferr.h dchars.h
  66. exea.o: exea.c zport.h tecoc.h defext.h deferr.h
  67. exeats.o: exeats.c zport.h tecoc.h defext.h
  68. exeb.o: exeb.c zport.h tecoc.h defext.h
  69. exebar.o: exebar.c zport.h tecoc.h defext.h deferr.h
  70. exebsl.o: exebsl.c zport.h tecoc.h defext.h chmacs.h
  71. exec.o: exec.c zport.h tecoc.h defext.h
  72. execcc.o: execcc.c zport.h tecoc.h defext.h deferr.h
  73. execln.o: execln.c zport.h tecoc.h defext.h
  74. execom.o: execom.c zport.h tecoc.h defext.h deferr.h
  75. execrt.o: execrt.c zport.h tecoc.h defext.h chmacs.h deferr.h
  76. execst.o: execst.c zport.h tecoc.h defext.h deferr.h
  77. execta.o: execta.c zport.h tecoc.h defext.h dchars.h
  78. exectc.o: exectc.c zport.h tecoc.h defext.h dchars.h
  79. exectd.o: exectd.c zport.h tecoc.h defext.h
  80. execte.o: execte.c zport.h tecoc.h defext.h
  81. execti.o: execti.c zport.h tecoc.h defext.h dchars.h
  82. exectl.o: exectl.c zport.h tecoc.h defext.h dchars.h
  83. exectn.o: exectn.c zport.h tecoc.h defext.h
  84. execto.o: execto.c zport.h tecoc.h defext.h
  85. exectp.o: exectp.c zport.h tecoc.h defext.h
  86. exectq.o: exectq.c zport.h tecoc.h defext.h
  87. exectr.o: exectr.c zport.h tecoc.h defext.h deferr.h
  88. exects.o: exects.c zport.h tecoc.h defext.h
  89. exectt.o: exectt.c zport.h tecoc.h defext.h deferr.h
  90. exectu.o: exectu.c zport.h tecoc.h defext.h deferr.h dchars.h
  91. exectv.o: exectv.c zport.h tecoc.h defext.h deferr.h
  92. exectw.o: exectw.c zport.h tecoc.h defext.h deferr.h
  93. exectx.o: exectx.c zport.h tecoc.h defext.h
  94. execty.o: execty.c zport.h tecoc.h defext.h
  95. exectz.o: exectz.c zport.h tecoc.h defext.h
  96. exed.o: exed.c zport.h tecoc.h defext.h deferr.h
  97. exedgt.o: exedgt.c zport.h tecoc.h defext.h deferr.h chmacs.h
  98. exedot.o: exedot.c zport.h tecoc.h defext.h
  99. exedqu.o: exedqu.c zport.h tecoc.h defext.h deferr.h chmacs.h
  100. exee.o: exee.c zport.h tecoc.h defext.h chmacs.h dchars.h deferr.h
  101. exeequ.o: exeequ.c zport.h tecoc.h defext.h dchars.h deferr.h
  102. exeesc.o: exeesc.c zport.h tecoc.h defext.h dchars.h
  103. exeexc.o: exeexc.c zport.h tecoc.h defext.h
  104. exeey.o: exeey.c zport.h tecoc.h defext.h
  105. exef.o: exef.c zport.h tecoc.h defext.h chmacs.h deferr.h
  106. exefb.o: exefb.c zport.h tecoc.h defext.h deferr.h
  107. exeg.o: exeg.c zport.h tecoc.h defext.h deferr.h
  108. exegtr.o: exegtr.c zport.h tecoc.h defext.h deferr.h
  109. exeh.o: exeh.c zport.h tecoc.h defext.h
  110. exei.o: exei.c zport.h tecoc.h defext.h dchars.h deferr.h
  111. exeill.o: exeill.c zport.h tecoc.h defext.h deferr.h
  112. exej.o: exej.c zport.h tecoc.h defext.h
  113. exek.o: exek.c zport.h tecoc.h defext.h
  114. exel.o: exel.c zport.h tecoc.h defext.h
  115. exelbr.o: exelbr.c zport.h tecoc.h defext.h deferr.h
  116. exelst.o: exelst.c zport.h tecoc.h defext.h deferr.h
  117. exem.o: exem.c zport.h tecoc.h defext.h deferr.h
  118. exen.o: exen.c zport.h tecoc.h defext.h deferr.h
  119. exenul.o: exenul.c zport.h tecoc.h defext.h
  120. exenyi.o: exenyi.c zport.h tecoc.h defext.h deferr.h
  121. exeo.o: exeo.c zport.h tecoc.h defext.h dchars.h deferr.h
  122. exeopr.o: exeopr.c zport.h tecoc.h defext.h
  123. exep.o: exep.c zport.h tecoc.h defext.h deferr.h
  124. exeprc.o: exeprc.c zport.h tecoc.h defext.h deferr.h
  125. exepw.o: exepw.c zport.h tecoc.h defext.h
  126. exeq.o: exeq.c zport.h tecoc.h defext.h deferr.h
  127. exeqes.o: exeqes.c zport.h tecoc.h defext.h
  128. exer.o: exer.c zport.h tecoc.h defext.h
  129. exerbr.o: exerbr.c zport.h tecoc.h defext.h deferr.h
  130. exertp.o: exertp.c zport.h tecoc.h defext.h deferr.h
  131. exes.o: exes.c zport.h tecoc.h defext.h dchars.h deferr.h
  132. exescl.o: exescl.c zport.h tecoc.h defext.h deferr.h
  133. exet.o: exet.c zport.h tecoc.h defext.h dchars.h
  134. exeu.o: exeu.c zport.h tecoc.h defext.h deferr.h
  135. exeund.o: exeund.c zport.h tecoc.h defext.h deferr.h
  136. exeusc.o: exeusc.c zport.h tecoc.h defext.h dchars.h
  137. exev.o: exev.c zport.h tecoc.h defext.h
  138. exew.o: exew.c zport.h tecoc.h defext.h dscren.h
  139. exex.o: exex.c zport.h tecoc.h defext.h deferr.h
  140. exey.o: exey.c zport.h tecoc.h defext.h deferr.h
  141. exez.o: exez.c zport.h tecoc.h defext.h
  142. findes.o: findes.c zport.h tecoc.h defext.h deferr.h
  143. findqr.o: findqr.c zport.h tecoc.h defext.h deferr.h chmacs.h
  144. flowec.o: flowec.c zport.h tecoc.h defext.h deferr.h
  145. flowee.o: flowee.c zport.h tecoc.h defext.h deferr.h
  146. flowel.o: flowel.c zport.h tecoc.h defext.h deferr.h
  147. getara.o: getara.c zport.h tecoc.h defext.h deferr.h
  148. getnma.o: getnma.c zport.h tecoc.h defext.h deferr.h
  149. inccbp.o: inccbp.c zport.h tecoc.h defext.h deferr.h
  150. init.o: init.c zport.h tecoc.h defext.h deferr.h
  151. insstr.o: insstr.c zport.h tecoc.h defext.h deferr.h
  152. isradx.o: isradx.c zport.h tecoc.h defext.h chmacs.h
  153. ln2chr.o: ln2chr.c zport.h tecoc.h defext.h dchars.h chmacs.h
  154. makdbf.o: makdbf.c zport.h tecoc.h defext.h
  155. makrom.o: makrom.c zport.h tecoc.h defext.h deferr.h
  156. popmac.o: popmac.c zport.h tecoc.h defext.h
  157. pshmac.o: pshmac.c zport.h tecoc.h defext.h deferr.h
  158. pushex.o: pushex.c zport.h tecoc.h defext.h dchars.h deferr.h
  159. rdline.o: rdline.c zport.h tecoc.h defext.h deferr.h dchars.h
  160. rdpage.o: rdpage.c zport.h tecoc.h defext.h deferr.h
  161. readcs.o: readcs.c zport.h tecoc.h defext.h dchars.h chmacs.h deferr.h \
  162.       dscren.h
  163. replac.o: replac.c zport.h tecoc.h defext.h dchars.h
  164. search.o: search.c zport.h tecoc.h defext.h deferr.h dchars.h
  165. singlp.o: singlp.c zport.h tecoc.h defext.h dchars.h
  166. skpcmd.o: skpcmd.c zport.h tecoc.h defext.h chmacs.h dchars.h deferr.h
  167. srclop.o: srclop.c zport.h tecoc.h defext.h deferr.h
  168. sserch.o: sserch.c zport.h tecoc.h defext.h
  169. tabort.o: tabort.c zport.h tecoc.h
  170. typbuf.o: typbuf.c zport.h tecoc.h defext.h dchars.h chmacs.h
  171. typest.o: typest.c zport.h tecoc.h defext.h dchars.h
  172. uminus.o: uminus.c zport.h tecoc.h defext.h
  173. wrpage.o: wrpage.c zport.h tecoc.h defext.h dchars.h deferr.h
  174. zfrsrc.o: zfrsrc.c zport.h tecoc.h defext.h dchars.h chmacs.h deferr.h
  175. zamiga.o: zamiga.c zport.h tecoc.h clpars.h dchars.h deferr.h defext.h \
  176.       dscren.h vrbmsg.h
  177.